home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / DefineSprite_58_waterEffect / frame_1 / DoAction.as
Text File  |  2011-08-19  |  296b  |  17 lines

  1. function entry(nLine, nx, ny)
  2. {
  3.    var _loc1_ = this;
  4.    if(nLine <= 1)
  5.    {
  6.       _loc1_.swapDepths(_root.depthBG++);
  7.    }
  8.    else
  9.    {
  10.       _loc1_.swapDepths(_root.depthice + nLine * 100 + 1);
  11.    }
  12.    _loc1_._x = nx;
  13.    _loc1_._y = ny;
  14.    _loc1_.gotoAndPlay(2);
  15. }
  16. this.stop();
  17.